home *** CD-ROM | disk | FTP | other *** search
/ Champak 40 / Vol 40.iso / games / roof_to_.swf / scripts / DefineButton2_71 / BUTTONCONDACTION on(release).as
Text File  |  2007-03-28  |  205b  |  8 lines

  1. on(release){
  2.    _root.sound.buttonsound();
  3.    _root.sound.musicstatus = true;
  4.    _root.sound.main_s.start();
  5.    gotoAndStop(1);
  6.    "start button - sound status---" + _root.sound.intro_s.position;
  7. }
  8.